home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
komunikace
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Text Box Banner 2.sd
< prev
next >
Wrap
INI File
|
2006-09-13
|
1KB
|
65 lines
[SUBJECT]
Description=Displays a scrolling text banner in a text box - 2nd variant
ImageIndex=-1
Folder=Text Effects
[HEAD_TEXT]
;<script language="JavaScript">
;<!-- begin script
;var msgBan2, msgBan2b, string2 = "", stringPart2, delayBan2, ban2;
;msgBan2="`message`";
;function banniere2() {
; delayBan2 = `delay`;
; if (string2.length == 0) {
; string2 = " ";
; msgBan2b = msgBan2;
; stringPart2 = "";
; }
; else if (string2.length == 1) {
; while (msgBan2b.substring(0, 1) == " ") {
; stringPart2 = stringPart2 + string2;
; string2 = msgBan2b.substring(0, 1);
; msgBan2b = msgBan2b.substring(1, msgBan2b.length);
; }
; stringPart2 = stringPart2 + string2;
; string2 = msgBan2b.substring(0, 1);
; msgBan2b = msgBan2b.substring(1, msgBan2b.length);
; for (var i = 0; i < 120; i++)
; string2 = " " + string2;
; }
; else string2 = string2.substring(10, string2.length);
;
; document.formBan2.Fbanniere2.value = stringPart2 + string2;
; ban2 = window.setTimeout('banniere2(delayBan2)',delayBan2);
;}
;// end script -->
;</script>
;
[BODY_TAG]
;onLoad="banniere2();" onUnload="clearTimeout(ban2)"
;
[BODY_TEXT]
;<form name="formBan2">
;<input type="text" name="Fbanniere2" size="`width`"><br>
;</form>
;
[`message`]
Kind=S
Value=This text is the preview of your result.
[`delay`]
Kind=N
Value=10
[`width`]
Kind=N
Value=40